var runtime.prof
14 uses
runtime (current package)
cpuprof.go#L108: for !prof.signalLock.CompareAndSwap(0, 1) {
cpuprof.go#L113: if prof.hz.Load() != 0 { // implies cpuprof.log != nil
cpuprof.go#L125: prof.signalLock.Store(0)
cpuprof.go#L145: for !prof.signalLock.CompareAndSwap(0, 1) {
cpuprof.go#L159: prof.signalLock.Store(0)
proc.go#L4877: var prof struct {
proc.go#L4897: if prof.hz.Load() == 0 {
proc.go#L4989: if prof.hz.Load() != 0 {
proc.go#L5030: for !prof.signalLock.CompareAndSwap(0, 1) {
proc.go#L5033: if prof.hz.Load() != hz {
proc.go#L5035: prof.hz.Store(hz)
proc.go#L5037: prof.signalLock.Store(0)
signal_unix.go#L516: if prof.hz.Load() != 0 {
signal_unix.go#L539: if prof.hz.Load() != 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |